home *** CD-ROM | disk | FTP | other *** search
- ColumnInspector = {
- ACTIONS = {
- link:;
- setBalance:;
- unlink:;
- showLinks:;
- hideAllBluelines:;
- showColumns:;
- showGrid:;
- };
- OUTLETS = {
- unlinkButton;
- showLinksButton;
- linkText;
- balanceMtx;
- unlinkText;
- blueLineMtx;
- linkButton;
- };
- SUPERCLASS = PGInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PGInspector = {
- ACTIONS = {
- default:;
- setMicroInspector:;
- set:;
- revert:;
- };
- OUTLETS = {
- styleIconMatrix;
- currentStyleButton;
- stringTable;
- window;
- loadedSelection;
- tailoredItems;
- loadedStyleList;
- currentStyleTextField;
- styleTitleMatrix;
- microInspectorSlot;
- microInspectorMtx;
- blankMicroPanel;
- };
- SUPERCLASS = Object;
- };
- ColumnEngine = {
- OUTLETS = {
- inspector;
- };
- SUPERCLASS = Object;
- };
-